Carbon


kSetAtomicInstKeepOriginalInstrument

Header: QuickTimeMusic.h

enum {
    kSetAtomicInstKeepOriginalInstrument = 1,
    kSetAtomicInstShareAcrossParts = 2,
    kSetAtomicInstCallerTosses = 4,
    kSetAtomicInstCallerGuarantees = 8,
    kSetAtomicInstInterruptSafe = 16,
    kSetAtomicInstDontPreprocess = 128
};

Constant descriptions

kSetAtomicInstKeepOriginalInstrument
kSetAtomicInstShareAcrossParts
kSetAtomicInstCallerTosses
kSetAtomicInstCallerGuarantees
kSetAtomicInstInterruptSafe
kSetAtomicInstDontPreprocess


© 2000 Apple Computer, Inc. — (Last Updated 5/10/2000)